- GVariantType
alias GVariantType = _GVariantType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_checked_
alias da_g_variant_type_checked_ = const(GVariantType)* function(const(gchar)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_copy
alias da_g_variant_type_copy = GVariantType* function(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_dup_string
alias da_g_variant_type_dup_string = gchar* function(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_element
alias da_g_variant_type_element = const(GVariantType)* function(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_equal
alias da_g_variant_type_equal = gboolean function(gconstpointer type1, gconstpointer type2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_first
alias da_g_variant_type_first = const(GVariantType)* function(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_free
alias da_g_variant_type_free = void function(GVariantType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_get_string_length
alias da_g_variant_type_get_string_length = gsize function(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_hash
alias da_g_variant_type_hash = guint function(gconstpointer type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_is_array
alias da_g_variant_type_is_array = gboolean function(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_is_basic
alias da_g_variant_type_is_basic = gboolean function(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_is_container
alias da_g_variant_type_is_container = gboolean function(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_is_definite
alias da_g_variant_type_is_definite = gboolean function(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_is_dict_entry
alias da_g_variant_type_is_dict_entry = gboolean function(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_is_maybe
alias da_g_variant_type_is_maybe = gboolean function(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_is_subtype_of
alias da_g_variant_type_is_subtype_of = gboolean function(const(GVariantType)* type, const(GVariantType)* supertype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_is_tuple
alias da_g_variant_type_is_tuple = gboolean function(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_is_variant
alias da_g_variant_type_is_variant = gboolean function(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_key
alias da_g_variant_type_key = const(GVariantType)* function(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_n_items
alias da_g_variant_type_n_items = gsize function(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_new
alias da_g_variant_type_new = GVariantType* function(const(gchar)* type_string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_new_array
alias da_g_variant_type_new_array = GVariantType* function(const(GVariantType)* element)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_new_dict_entry
alias da_g_variant_type_new_dict_entry = GVariantType* function(const(GVariantType)* key, const(GVariantType)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_new_maybe
alias da_g_variant_type_new_maybe = GVariantType* function(const(GVariantType)* element)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_new_tuple
alias da_g_variant_type_new_tuple = GVariantType* function(const(GVariantType*)* items, gint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_next
alias da_g_variant_type_next = const(GVariantType)* function(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_peek_string
alias da_g_variant_type_peek_string = const(gchar)* function(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_string_is_valid
alias da_g_variant_type_string_is_valid = gboolean function(const(gchar)* type_string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_string_scan
alias da_g_variant_type_string_scan = gboolean function(const(gchar)* string, const(gchar)* limit, const(gchar*)* endptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_type_value
alias da_g_variant_type_value = const(GVariantType)* function(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_checked_
const(GVariantType)* g_variant_type_checked_(const(gchar)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_copy
GVariantType* g_variant_type_copy(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_dup_string
gchar* g_variant_type_dup_string(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_element
const(GVariantType)* g_variant_type_element(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_equal
gboolean g_variant_type_equal(gconstpointer type1, gconstpointer type2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_first
const(GVariantType)* g_variant_type_first(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_free
void g_variant_type_free(GVariantType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_get_string_length
gsize g_variant_type_get_string_length(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_hash
guint g_variant_type_hash(gconstpointer type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_is_array
gboolean g_variant_type_is_array(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_is_basic
gboolean g_variant_type_is_basic(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_is_container
gboolean g_variant_type_is_container(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_is_definite
gboolean g_variant_type_is_definite(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_is_dict_entry
gboolean g_variant_type_is_dict_entry(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_is_maybe
gboolean g_variant_type_is_maybe(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_is_subtype_of
gboolean g_variant_type_is_subtype_of(const(GVariantType)* type, const(GVariantType)* supertype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_is_tuple
gboolean g_variant_type_is_tuple(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_is_variant
gboolean g_variant_type_is_variant(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_key
const(GVariantType)* g_variant_type_key(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_n_items
gsize g_variant_type_n_items(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_new
GVariantType* g_variant_type_new(const(gchar)* type_string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_new_array
GVariantType* g_variant_type_new_array(const(GVariantType)* element)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_new_dict_entry
GVariantType* g_variant_type_new_dict_entry(const(GVariantType)* key, const(GVariantType)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_new_maybe
GVariantType* g_variant_type_new_maybe(const(GVariantType)* element)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_new_tuple
GVariantType* g_variant_type_new_tuple(const(GVariantType*)* items, gint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_next
const(GVariantType)* g_variant_type_next(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_peek_string
const(gchar)* g_variant_type_peek_string(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_string_is_valid
gboolean g_variant_type_string_is_valid(const(gchar)* type_string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_string_scan
gboolean g_variant_type_string_scan(const(gchar)* string, const(gchar)* limit, const(gchar*)* endptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_value
const(GVariantType)* g_variant_type_value(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_checked_
da_g_variant_type_checked_ g_variant_type_checked_;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_copy
da_g_variant_type_copy g_variant_type_copy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_dup_string
da_g_variant_type_dup_string g_variant_type_dup_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_element
da_g_variant_type_element g_variant_type_element;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_equal
da_g_variant_type_equal g_variant_type_equal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_first
da_g_variant_type_first g_variant_type_first;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_free
da_g_variant_type_free g_variant_type_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_get_string_length
da_g_variant_type_get_string_length g_variant_type_get_string_length;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_hash
da_g_variant_type_hash g_variant_type_hash;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_is_array
da_g_variant_type_is_array g_variant_type_is_array;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_is_basic
da_g_variant_type_is_basic g_variant_type_is_basic;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_is_container
da_g_variant_type_is_container g_variant_type_is_container;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_is_definite
da_g_variant_type_is_definite g_variant_type_is_definite;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_is_dict_entry
da_g_variant_type_is_dict_entry g_variant_type_is_dict_entry;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_is_maybe
da_g_variant_type_is_maybe g_variant_type_is_maybe;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_is_subtype_of
da_g_variant_type_is_subtype_of g_variant_type_is_subtype_of;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_is_tuple
da_g_variant_type_is_tuple g_variant_type_is_tuple;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_is_variant
da_g_variant_type_is_variant g_variant_type_is_variant;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_key
da_g_variant_type_key g_variant_type_key;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_n_items
da_g_variant_type_n_items g_variant_type_n_items;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_new
da_g_variant_type_new g_variant_type_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_new_array
da_g_variant_type_new_array g_variant_type_new_array;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_new_dict_entry
da_g_variant_type_new_dict_entry g_variant_type_new_dict_entry;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_new_maybe
da_g_variant_type_new_maybe g_variant_type_new_maybe;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_new_tuple
da_g_variant_type_new_tuple g_variant_type_new_tuple;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_next
da_g_variant_type_next g_variant_type_next;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_peek_string
da_g_variant_type_peek_string g_variant_type_peek_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_string_is_valid
da_g_variant_type_string_is_valid g_variant_type_string_is_valid;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_string_scan
da_g_variant_type_string_scan g_variant_type_string_scan;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_type_value
da_g_variant_type_value g_variant_type_value;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.